home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / PKV4.ZIP;1 / README.TXT < prev    next >
Encoding:
Text File  |  1993-02-05  |  2.6 KB  |  70 lines

  1.  
  2.    This utility is for:
  3.    ~~~~~~~~~~~~~~~~~~~~
  4.    1.  Searching a ".ZIP" file to see whats inside of it.
  5.    2.  Viewing files within a PKzip file
  6.    3.  Extracting files from a PKzip file
  7.  
  8.    The utility has been only tested with PKZIP version 2.nn  and should
  9.    work on prior version  (I suggest you upgrade to the lastest version
  10.    of pkzip if you have not done so already!)
  11.  
  12.    Requirements:
  13.    ~~~~~~~~~~~~~
  14.    1.  PKUNZIP.EXE must be accessible from the DOS PATH, for extracting
  15.        files from within a zipfile.
  16.  
  17.    2.  LIST.COM must be accessible from the DOS PATH, for viewing.  The
  18.        lastest release of "PKware" has the power to view files with the
  19.        option to pause after each screen full of data is displayed, but
  20.        it can not do a scroll_back of data already  displayed, hence we
  21.        enlist the file viewer "list" by Vernon D. Buerg, for this task.
  22.        How this is done is by using "|" to redirect PKunzip's output to
  23.        LIST (see documentation of PKZIP and LIST for more information).
  24.  
  25.    3.  I utilize BLINKER version 2.n for its SWAP FUNCTIONS for running
  26.        any external utilities, and if you wish you  could replace these
  27.        calls from BLINKER with OVERLAY or any similar style  utilities.
  28.        I rather use OVERLAY.LIB, but figured that more programmers have
  29.        Blinker than Overlay?
  30.  
  31.    4.  No external libraries are used, but you could replace the shadow
  32.        function with one written in assembly code, such as  FT_SHADOW()
  33.        from NANFOR.LIB which is faster and will save a few bytes in the
  34.        final .exe size.
  35.  
  36.  
  37.  
  38.    PROGRAMMERS:
  39.    ~~~~~~~~~~~~
  40.    The original who programed the code to extract information from .zip
  41.    files was, Micheal Todd Charron, and Kevin S. Gallagher updated code
  42.    to be able to extract said data from the lastest version of PKware -
  43.    version 2.nn.
  44.  
  45.    Screen I/O has been greatly altered by meself Kevin s. Gallagher out
  46.    of seer bordom (and currently out of work)  which is why there is so
  47.    much FX in the program!
  48.  
  49.    INFORMATION ON LIST FILE VIEWER
  50.    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  51.    Copyright (c) 1983-1993 by
  52.    Veron D. Buerg
  53.    139 White Oak Circle
  54.    Petaluma, CA 94952
  55.  
  56.    Data:   (707) 778-8944  VOR 24 hour BBS
  57.    -or-    (707) 778-8841  MB  24 hour BBS
  58.    -or-    (415) 994-2944  VOR South 24 hour BBS
  59.    Fax:    (707) 778-8728  For orders only
  60.    CIS:    70007,1212      GO IBMSYS
  61.  
  62.    
  63.    ANY AND ALL DONATIONS (not at all reqiured) ARE ALWAYS WELCOMED
  64.    AND EXCEPTED, SINCE I'AM OUT OF WORK!
  65.  
  66.    Kevin S. Gallagher
  67.    660 Woodward Drive
  68.    Huntingdon Valley Penna. 19006
  69.    CIS: 70034,2313
  70.